projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3b5fb04
)
Undo ifdef change accidentally made on 12-04.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 7 Dec 2002 21:37:34 +0000
(21:37 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 7 Dec 2002 21:37:34 +0000
(21:37 +0000)
src/alloca.c
patch
|
blob
|
history
diff --git
a/src/alloca.c
b/src/alloca.c
index c03404b607e9547e8d4799391240c5339fc45ef3..ec70d2ad9a183f29364db400193599b621860bbc 100644
(file)
--- a/
src/alloca.c
+++ b/
src/alloca.c
@@
-94,7
+94,7
@@
typedef char *pointer;
Callers below should use malloc. */
-# if
n
def emacs
+# ifdef emacs
# undef malloc
# define malloc xmalloc
# ifdef EMACS_FREE